(HAVE_GIF): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2007 08:14:14 +0000 (08:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 12 Jun 2007 08:14:14 +0000 (08:14 +0000)
(LIBGIF): New (already used by Makefile.in).

src/config.in

index 5fe340ba54631689adcb778b4d2dee2ae8c969ba..020fc6295c8a2b92bb31ad2bf2f7078635f50895 100644 (file)
@@ -228,7 +228,8 @@ Boston, MA 02110-1301, USA.  */
 /* Define to 1 if you have the `get_current_dir_name' function. */
 #undef HAVE_GET_CURRENT_DIR_NAME
 
-/* Define to 1 if you have the ungif library (-lungif). */
+/* Define to 1 if you have a gif library (default -lungif; otherwise
+   specify with LIBGIF). */
 #undef HAVE_GIF
 
 /* Define to 1 if you have the gpm library (-lgpm). */
@@ -768,6 +769,9 @@ Boston, MA 02110-1301, USA.  */
    Solaris, for example). */
 #undef LD_SWITCH_X_SITE_AUX
 
+/* Define to compiler option to link with gif library, if not -lungif. */
+#undef LIBGIF
+
 /* Define to 1 if localtime caches TZ. */
 #undef LOCALTIME_CACHE